home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Games / NetSprocketTest / Global.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  778 b   |  30 lines  |  [TEXT/CWIE]

  1. /***********************************************************************
  2. #
  3. #        Global.h
  4. #
  5. #        This file contains the global definitions
  6. #
  7. #        Author: Michael Marinkovich
  8. #                Apple Developer Technical Support
  9. #
  10. #
  11. #        Modification History: 
  12. #
  13. #            6/4/95    MWM     Initial coding                     
  14. #
  15. #
  16. #        Copyright © 1992-94 Apple Computer, Inc., All Rights Reserved
  17. #
  18. #
  19. ***********************************************************************/
  20.  
  21. #include <Drag.h>
  22.  
  23. Boolean         gHasDMTwo;                        // is DM 2.0 available?
  24. Boolean         gInBackground = false;            // are we in the background?
  25. Boolean            gDone = false;                    // app is done flag        
  26. Boolean            gHasDrag;                        // we have Drag Manager?
  27. Boolean            gHasAbout;                        // do we have an about box showing?
  28. short            gWindCount;                        // window counter for new windows
  29.  
  30.